﻿@charset "utf-8";
* {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
A {
	COLOR: #000; TEXT-DECORATION: none !important;
}
A IMG {
	BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none; 
}
LI {
	LIST-STYLE-TYPE: none
}
body,td,th {
	font-family: 微软雅黑; 
}

body {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}
body,
button, input, select, textarea {
    font: 14px/22px "Microsoft YaHei";color: #666;
}
/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; }

.scale_img dl img, .scale_img li img { -o-transition: all .8s ease 0s; transition: all .8s ease 0s }
.scale_img dl:hover img, .scale_img li:hover img { -webkit-transform: scale(1.1) rotate(0deg) translateY(0); -ms-transform: scale(1.1) rotate(0deg) translateY(0); transform: scale(1.1) rotate(0deg) translateY(0) }

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

i,em{
	font-style: normal;
}

.fl{ float:left;}
.fr{ float:right;}
.tac{text-align: center;}
.w1300{ width:1340px; margin:0 auto}

.clear {
	clear: both;
}
.clearfix:after{ display: block; clear: both; content: ""; visibility: hidden; height: 0;}
.clearfix{ zoom:1;}
.mt_40{margin-top:40px;}


/*top*/
.topbj{width: 100%;height: 115px;background:rgba(0,0,0,0.7);position: absolute;z-index: 9999; border-bottom:1px solid #27293e;}
.topdh{color: #999;font-size: 14px; line-height:40px;padding-top:25px;margin-right: 0;white-space:nowrap;width:18%;box-sizing: border-box;min-width: 230px;text-align: left;float: right;}
.topdh p{font-family: Arial, Helvetica, sans-serif;font-size:33px;color: #fff; line-height:36px;}
.topdh img{ width:90px; height:80px;margin-right:10px; float:left;}
.main{
	width: 100%;position: relative;margin: auto;box-sizing: border-box
}
.main:after{
	content: '';display: block;clear: both;height: 0;visibility: hidden;
}



/*导航*/

#header{right:0;left:0;height:65px;text-align:center;z-index:9;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
#header .logo{float:left;width:23%;height:100%;text-align:left;padding-left:3%}
#header img{float:left; padding-right:10px;}
#l-nav{padding-top:45px;}
 #l-nav .navBtn{display:none}
 #l-nav .navSliBtn{display:none}
 #l-nav .iconJt{display:none}
 #l-nav .tNav{width:100%;margin:0 auto;overflow:hidden}
 #l-nav .navUl{ margin:0 auto;width:1080px;font-size:0;}
 #l-nav .navLi{ width:9%; margin:1%;display:inline-block; text-align:center;font-size:1.1rem}
 #l-nav .navLi.nav08{display:none}
 #l-nav .navLi:hover .tNavH::before{width:100%;opacity:1}
 #l-nav .tNavH{position:relative}
 #l-nav .tNavH::before{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);display:block;width:0;height:3px;background-color:#0fffff;border-radius:20px 20px 0 0;opacity:0;transition:all .5s ease}
 #l-nav .tNav .navName{position:relative;display:block;padding:2.1rem .5vw;font-size:16px;color:#ccc; font-weight:normal;transition:all .5s ease}
 #l-nav .tNav.fixed .navName{color:#222;padding:1.7rem .5vw}
 #l-nav .navName::after{content:attr(data-title);position:absolute;top:0;left:0;transform:translateY(100%);width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#0fffff;}
 #l-nav .navLi:hover .navName{transform:translateY(-100%)}
 #l-nav .slidBox{position:fixed;left:0;right:0;width:70%;min-width:1024px;height:0;overflow:hidden;display:flex;flex-direction:row-reverse;justify-content:space-between;flex-wrap:nowrap;z-index:110;margin:0 auto;padding:0 18%;transition:all .5s ease;opacity:0}
 #l-nav .navLi:hover .slidBox{height:auto;opacity:1;background-color: rgba(247,247,247,1);} 
 #l-nav .rightBox{flex:0 0 50%;margin:46px 0px;}
 #l-nav .left_text .onetitle{font-size:16px;line-height:1.1;color:#333;padding-bottom:20px;padding-top:20px;text-align:left}
 #l-nav .navSbox{display:flex;flex-wrap:wrap;justify-content:space-between}
 #l-nav .oneName{font-size:26px;padding-bottom:15px;color:#000;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
 #l-nav .tNavSummry{line-height:24px;width:100%;height:auto;overflow:hidden;color:#666;font-size:14px;max-width:420px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis}
 #l-nav .tNavMore{display:block;position:relative;height:auto;padding-top:25px;border-top:1px dashed #ccc;margin-top:20px;cursor:pointer}
 #l-nav .txt{color:#000;transition:all .5s ease}
 #l-nav .leanMore{margin-left:2rem;transition:all .5s ease}
 #l-nav .tNavMore:hover .txt{color:#015bbb;margin-left:10px}
 #l-nav .tNavMore:hover .leanMore{color:#015bbb}
 #l-nav .navSli{flex:0 0 24%}
 #l-nav .navSimg{position:relative;width:100%;height:160px;overflow:hidden}
 #l-nav .navImg{position:absolute;left:50%;transform:translateX(-50%) scale(1);width:auto;height:100%;transition:all .5s ease}
 #l-nav .navSbox .navSlink{display:block;text-align:left;font-size:16px;line-height:36px;color:#666;transition-duration:.3s}
 #l-nav .navSbox .navSlink:hover{color:#e60013;transform:translateX(6px)}
 #l-nav .navSbox .navSlink:hover:before{background:#e60013}
 #l-nav .navSbox .navSlink:before{content:"";display:inline-block;vertical-align:top;margin-right:6px;width:4px;height:4px;background:#000;position:relative;top:16px}
 #l-nav .navSlink::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:3px;opacity:0;background-color:#015bbb;transition:all .5s ease;display:none}
 #l-nav .navSli:hover .navImg{transform:translateX(-50%) scale(1.1)}
 #l-nav .navSli:hover .navSlink::after{width:100%;opacity:1}

/*=========浮动导航========*/
.sp_header{height:auto;overflow:hidden;position:fixed;z-index:30000;width:100%;}
.sp_nav{width:40px;float:right;position:relative;cursor:pointer;height:30px;margin-top:20px; margin-right:10px;}
.sp_nav span{display:block;background-color:#ff7800;width:20px;height:3px;position:absolute;left:15px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:5px}
.sp_nav span:nth-of-type(3){top:10px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background-color:rgba(238,238,238,.95); padding-top:30px;width:50%;height:calc(100% - 104px);font-size:14px; right:0;line-height:40px;top:-100%;overflow:auto;overflow-x:hidden;transition:top ease 0.35s; float:right;}
.nav_show{top:0px; padding-top:80px;}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ccc solid;margin-left:10px;position:relative;line-height:35px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ccc solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:90%}
.sjj_nav ul li ul li a{color:#888;display:block;text-align:left; font-weight:normal; border-bottom:1px dotted #ddd;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#045ae1;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#045ae1}
.sjj_nav ul li ul li>ul{margin-left:10px}


/*banner*/

#banner {position: relative;overflow: hidden;width: 100%}
#banner ul {
	position: relative;
	overflow: hidden;
	width: 300%
}
#banner ul li {
	width: 33.333%;
	float: left
}
#banner ul li img {
	width: 100%;display: block;
}
#banner aside {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 0;
	width: 90%;
	right: 0;
	left: 0;
	margin: auto
}
#banner aside span {display: block;
	width:90px;
	height:150px;
	z-index: 63;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s;
	margin-top:-1%;
}
#banner:hover aside span{ 
	opacity: 1;}
#banner aside span:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 20%;
	margin: auto;
	width:87px;
	height:87px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg)
}
#banner aside span.prev {
	float: left;
}

#banner aside span.next {
	float: right;
}
#banner aside span.next:after {
	left: 0;
	right: 20%;
	-webkit-transform: rotateZ(135deg);
	-moz-transform: rotateZ(135deg);
	-ms-transform: rotateZ(135deg);
	-o-transform: rotateZ(135deg);
	transform: rotateZ(135deg)
}
#banner>div {
	width: 150px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 7%;
	margin: auto
}
#banner>div em {display: block;
	float: left;
	width:30px;
	height:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 4.75px;
	background: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}
#banner>div em.act {
	background: #0fffff;border-radius:180px; width:30px; height:10px;
}


.sl,.st,.st div,.sl div{
	overflow: hidden;
}

/*手机banner轮播*/
.sj-banner{width:100%; }
.sj-banner img{display:block;width:100%}
.swipe{width:100%;overflow:hidden;position:relative;}
.swipe ul{
	-webkit-transition:left 800ms ease-in 0;
	-moz-transition:left 800ms ease-in 0;
	-o-transition:left 800ms ease-in 0;
	-ms-transition:left 800ms ease-in 0;
	transition:left 800ms ease-in 0;
}
.swipe #pagenavi{position:absolute;left:10px;bottom:5px;text-align:center;width:100%; background:rgba(fff, fff, fff, 0.6)!important; filter:Alpha(opacity=50); padding:6px;}
.swipe #pagenavi a{width:8px; height:8px; line-height:99em; background:#fff; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; margin:0 4px; overflow:hidden; cursor:pointer; display:inline-block; *display:inline; *zoom:1; position:relative;}
.swipe #pagenavi a.active{background:#ff0;  position:relative;}

 /*栏目*/
.sylm{text-align:center;width:auto; height:100px;margin:auto; margin-top:50px;}
.sylm_e{font-weight:bold;font-size:40px;text-align:center;color:#333;line-height:46px;display:block;margin:auto;}
.sylm_e span{color:#92d050;}
.sylm_b{font-size:60px;color:#eee;text-align:center;line-height:60px;font-weight:100;position:relative;margin-top:-75px;text-transform:uppercase;font-family:Arial;font-weight:bold;z-index:-1;}
.linx{width:60px;margin:40px auto 0;position: relative;}
.linx:before{width:60px;height:5px;background:#888;margin:auto;display:block;content:"";position: absolute;}


/*分类*/
.product{height:auto; overflow:hidden;}
.pro-one{height:auto; background:rgba(123,123,123,0.08);padding-top:52px; box-sizing: border-box; overflow:hidden;}
.pro-one h2{text-align: center; margin-bottom: 30px;}
.pro-one h2 span{display: block; height:77px; line-height: 77px;font-size: 60px; color:#FF7800; font-weight: bold;}
.pro-one h2 span b{color:#000000;}
.pro-one h2 em{display: block; height:40px;line-height: 40px;font-size: 22px; color:rgba(0,0,0,0.66);font-weight: normal;}
.pro-one dl{height:auto; margin-top:40px;}
.pro-one dl dt{width:1000px; height:596px; float:left; margin-left: -360px; line-height: 0; overflow: hidden;}
.pro-one dl dt img{width:100%;}
.pro-one dl dd{width:700px; height:640px; position: relative; float:right;padding:58px 17px 0 49px; box-sizing: border-box;}
.pro-one dl dd .tit{height:163px;}
.pro-one dl dd .tit .left{width:162px; height:162px; background:#434343;float:left;padding:10px; box-sizing: border-box;}
.pro-one dl dd .tit .left h4{width:100%; height:141px; border:1px solid #FFF;padding-top:26px; box-sizing: border-box;}
.pro-one dl dd .tit .left h4 i{display: block; width:48px; line-height: 48px;margin:0 auto;}
.pro-one dl dd .tit .left h4 i img{width:100%;}
.pro-one dl dd .tit .left h4 em{display: block;height:42px; line-height: 52px; text-align: center;font-size:36px; padding-top:10px; color:#FFF; font-weight: bold;}
.pro-one dl dd .tit .rig{width:406px;padding-top:8px;float:right;}
.pro-one dl dd .tit .rig span{display: block; height:69px; line-height: 69px;font-size:24px; color:#333333;border-bottom:2px solid #e3e3e3; position: relative; margin-bottom: 13px;}
.pro-one dl dd .tit .rig span i{color:#ff7800; font-weight: bold;}
.pro-one dl dd .tit .rig span:before{width:84px; height:2px; background:#f8953d; content:""; position: absolute; left:0; bottom:-2px;}
.pro-one dl dd .tit .rig p em{display: block; width:50%; height:29px;float:left; box-sizing: border-box; font-size: 16px; color:#333333; line-height: 29px;padding-left:11px; background:url(img/pro-dd.png) no-repeat left;font-weight: bold;}
.pro-one dl dd .pro-bd{width:796px; height:269px; background:#FFF; border-radius: 10px;padding:22px 19px; box-sizing: border-box; position: absolute; right:-19px;bottom:94px;box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08);}
.pro-one dl dd .pro-bd .bd{overflow: hidden;}
.pro-one dl dd .pro-bd .bd ul li{float:left; width:226px; margin-right:40px;}
.pro-one dl dd .pro-bd .bd ul li span{display: block; height:170px; line-height: 0; overflow: hidden;}
.pro-one dl dd .pro-bd .bd ul li span img{width:100%; transition: 1s;}
.pro-one dl dd .pro-bd .bd ul li em{display: block; height:44px; line-height: 44px; text-align: center; background:#434343; font-size: 18px; color:#FFFFFF;}
.pro-one dl dd .pro-bd .bd ul li:hover span img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}
.pro-one dl dd .pro-bd .bd ul li:hover em{background:#FF7800;}

.pro-two{height:696px; background:rgba(123,123,123,0.08); margin-bottom: 37px; box-sizing: border-box;}
.pro-two h2{text-align: center; margin-bottom: 30px;}
.pro-two h2 span{display: block; height:77px; line-height: 77px;font-size: 60px; color:#FF7800; font-weight: bold;}
.pro-two h2 span b{color:#000000;}
.pro-two h2 em{display: block; height:40px;line-height: 40px;font-size: 22px; color:rgba(0,0,0,0.66);font-weight: normal;}
.pro-two dl{height:696px;}
.pro-two dl dt{width:959px; height:696px; float:right; margin-right: -360px; line-height: 0; overflow: hidden;}
.pro-two dl dt img{width:100%;}
.pro-two dl dd{width:600px; height:696px; position: relative; float:left;padding:58px 49px 0 0; box-sizing: border-box;}
.pro-two dl dd .tit{height:163px;}
.pro-two dl dd .tit .left{width:162px; height:162px; background:#434343;float:left;padding:10px; box-sizing: border-box;}
.pro-two dl dd .tit .left h4{width:100%; height:141px; border:1px solid #FFF;padding-top:26px; box-sizing: border-box;}
.pro-two dl dd .tit .left h4 i{display: block; width:48px; line-height: 48px;margin:0 auto;}
.pro-two dl dd .tit .left h4 i img{width:100%;}
.pro-two dl dd .tit .left h4 em{display: block;height:42px; line-height: 52px; text-align: center;font-size:36px; padding-top:10px; color:#FFF; font-weight: bold;}
.pro-two dl dd .tit .rig{width:306px;padding-top:8px;float:left; margin-left: 67px;}
.pro-two dl dd .tit .rig span{display: block; height:69px; line-height: 69px;font-size: 24px; color:#333333;border-bottom:2px solid #e3e3e3; position: relative; margin-bottom: 13px;}
.pro-two dl dd .tit .rig span i{color:#ff7800; font-weight: bold;}
.pro-two dl dd .tit .rig span:before{width:84px; height:2px; background:#f8953d; content:""; position: absolute; left:0; bottom:-2px;}
.pro-two dl dd .tit .rig p em{display: block; width:50%; height:29px;float:left; box-sizing: border-box; font-size:16px; color:#333333; line-height: 29px;padding-left:11px; background:url(img/pro-dd.png) no-repeat left;font-weight: bold;}
.pro-two dl dd .pro-bd{width:796px; height:269px; background:#FFF; border-radius:10px;padding:22px 19px; box-sizing: border-box; position: absolute; left:-19px;bottom:170px;box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08);}
.pro-two dl dd .pro-bd .bd{overflow: hidden;}
.pro-two dl dd .pro-bd .bd ul li{float:left; width:226px; margin-right: 40px;}
.pro-two dl dd .pro-bd .bd ul li span{display: block; height:170px; line-height: 0; overflow: hidden;}
.pro-two dl dd .pro-bd .bd ul li span img{width: 100%; transition: 1s;}
.pro-two dl dd .pro-bd .bd ul li em{display: block; height:44px; line-height: 44px; text-align: center; background:#434343; font-size: 18px; color:#FFFFFF;}
.pro-two dl dd .pro-bd .bd ul li:hover span img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}
.pro-two dl dd .pro-bd .bd ul li:hover em{background:#FF7800;}
.pro-bot .pro-nav{height:83px;}
.pro-bot .pro-nav ul li{float:left;height:61px; line-height: 61px;width:16%;text-align: center; position: relative;}
.pro-bot .pro-nav ul li:before{width:1px; height:22px;background:#d4d4d4;content:""; position: absolute;right:0;top:21px;}
.pro-bot .pro-nav ul li a{display: block;font-size: 20px; color:#666666;}
.pro-bot .pro-nav ul li:hover{background:url(img/pro-xt.jpg) no-repeat bottom center;}
.pro-bot .pro-nav ul li:hover a{ color:#ff7800;}
.pro-bot .pro-nav ul li:last-child:before{display: none;}
.pro-bot .pro-nav ul li:last-child:hover{background:0;}
.pro-bot .pro-nav ul li:last-child a{color:#ff7800;background:url(img/pro-jia.png) no-repeat 80%;}
.pro-bot .pro-con{ width:auto;height:auto;}
.pro-bot .pro-con .bdt{overflow: hidden;}
.pro-bot .pro-con .bdt ul li{float:left; width:24%; margin-right: 26px;}
.pro-bot .pro-con .bdt ul li span{display: block; width:100%;line-height: 0; overflow: hidden;}
.pro-bot .pro-con .bdt ul li span img{width:100%; transition: .5s;}
.pro-bot .pro-con .bdt ul li em{display: block; height:40px; line-height: 40px;text-align: center;font-size: 16px; color:#FFF;background:#434343;}
.pro-bot .pro-con .bdt ul li em i{display:inline-block;height:40px; line-height:40px;padding-right:20px;}
.pro-bot .pro-con .bdt ul li:hover span img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}
.pro-bot .pro-con .bdt ul li:hover em{background:#FF7800;}
.pro-bot .pro-con .bdt ul li:hover em i{background:url(img/pro-jia2.png) no-repeat right;}

/*ys*/
.casebj{ height: auto; background:url(img/ysbg.jpg) no-repeat center top; padding-top:30px; padding-bottom:70px; overflow: hidden; font-family:"Microsoft Yahei";box-sizing: border-box; margin-top:50px;}
.til03{text-align: center;display: block;font-size:40px;color: #434343;line-height:64px;height:140px;position: relative;width:auto;}
.til03 p{font-size:24px;color: #888;line-height:24px;font-weight:normal;}
.case{padding:40px 35px 0 65px; box-sizing: border-box; background:#fff  1250px 230px; height: 1080px; overflow: hidden; }
.casetit{ overflow:hidden;  font:18px "Microsoft YaHei"; text-align:center; width:187px;  background: #eceeef; float: left;}
.casetit li{ height: 130px;padding-top: 30px; position: relative; border-bottom: 2px solid #dadada;box-sizing: border-box;}
.casetit li em{width: 44px; height: 39px; display: block; margin:0px auto; overflow: hidden;position: relative; box-sizing: border-box;}
.casetit li a{ color:#404040;text-decoration: none; line-height:35px; }
.casetit .cur{ background:#434343; color:#fff;}
.casetit .cur em img{position: absolute;right: 0;top:0;}
.casetit .cur a{ color:#ff7800; line-height:35px;}
.case_nr{width:1000px; height:660px;overflow: hidden;box-sizing: border-box; position: relative;   float: left;margin-left: 18px;}

.case_nr .caseprev {position: absolute;top: 36%;z-index: 9;left: 10px; background: url(img/caseprev.png) no-repeat;display: inline-block;height: 54px;width: 27px;}
.case_nr .casenext {position: absolute;top: 36%;z-index: 9;right: 10px;background: url(img/casenext.png) no-repeat; display: inline-block;height: 54px; width: 27px;}

.case_nr  dl{width:1000px; height:660px;overflow: hidden;box-sizing: border-box;  }
.case_nr  dl dt{width:1000px;height: 528px; display: block; float: left;}
.case_nr  dl dt img{width: 1000px;height: 528px; display: block;}
.case_nr  dl dd{ width: 1000px;padding:24px 0 0; box-sizing: border-box;  float: left; position: relative;  }
.case_nr  dl dd h3{font-weight: normal; font-size: 20px; color: #333333; height: 42px; line-height: 42px; white-space: nowrap;overflow: hidden;text-overflow: ellipsis; position: relative;background:url(img/yhico.gif) no-repeat right 0;margin-bottom: 15px;  }
.case_nr  dl dd h3 a{ color: #333333; }
.case_nr  dl dd p{line-height: 24px;overflow: hidden; font-size:16px;color: #666666; height: 48px; width:910px; }
.case_nr  dl dd span a{display: block;width: 150px; height: 43px;line-height: 43px; text-align: left;padding-left: 20px; position: absolute;bottom: 0;right: 0;box-sizing: border-box; font-size: 14px; color: #fff; }


.case1{margin-top:15px;}
.case1 h3{ height:54px; }
.case1 h3 i{display: inline-block;background: url(img/caseh3ico.gif) no-repeat left center;  font-size: 22px; color: #333;padding-left: 12px;height: 30px; line-height: 30px;}
.case1 h3 span{font-size: 14px; color: #666666; line-height: 30px; font-weight: normal; float: right; text-decoration: none;}
.m_case{width:1300px; position: relative; overflow: hidden;}
.m_case dl{width:288px; display: block; float: left; margin-right: 23px; }
.m_case dt{width:288px;height:200px; display: block; position: relative; overflow: hidden;}
.m_case dt img{width: 288px;height:200px; display: block;}
.m_case dt span{width: 288px;height: 200px; background: rgba(0,0,0,0.5); position: absolute;top:200px;left:0;-webkit-transition:0.5s;-moz-transition:0.5s;transition:0.5s;}
.m_case dt span i{margin:81px auto 0; display: block;background: url(img/more.png) no-repeat center top;padding-top: 30px; font-size: 14px; color: #ffffff; text-align: center;}

.m_case dd{border-top:4px solid #c4c6c7; font-weight:normal;font-size: 16px; color: #666666; line-height:20px; text-align: center; display: block; background: #eceeef; height: 65px; box-sizing: border-box; padding-top: 15px;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.m_case dd em{display: block; font-size: 14px;color: #ff7800;line-height:20px;opacity: 0.6;filter:Alpha(opacity=60)}
.m_case dd a{text-decoration: none;}
.m_case dl:nth-child(4n){}

.m_case dl:hover dt span {top:0;}
.m_case dl:hover dd{ background: #ff7800; color: #fff; }
.m_case dl:hover dd em{color: #222;}


/*sjys*/
.sjys{width:auto; height:auto; background-color:#434343; padding-top:20px;margin-top:20px; padding-bottom:20px;}
.sjys h2{width:auto; padding:10px; text-align:center; font-size:24px; line-height:35px;}
.sjys h2 b{color:#122a88;}
.sjys li{width:auto; height:auto; }
.sjys li img{width:100%;}
.sjys li ol{width:auto; height:auto;text-align:left; padding:20px;}
.sjys li ol em{font-family:Arial, Helvetica, sans-serif; font-size:40px;line-height:70px; color:#fff; border-bottom:2px solid #343434; padding:10px;background-color:#c30d23;font-style:oblique; float:left; margin-right:10px;}
.sjys li ol h3{font-family:"微软雅黑"; font-size:24px; color:#ff7800; line-height:40px; padding-top:10px; font-weight:bold;}
.sjys li ol h3 span{font-family:"微软雅黑"; font-size:16px; color:#db0112; font-weight: bold;line-height:30px;}
.sjys li ol p{font-family:"微软雅黑"; font-size:15px; color:#eee; line-height:26px; padding-top:10px; padding-bottom:10px;}

/*cj*/
.anliroll {height:auto;width:90%;margin:0px auto; margin-bottom:70px;}
.anliroll li {float: left;width: 23.5%; border:1px solid #f2f2f2;background: #eee; border-radius: 0px 0px 10px 10px;margin: 1% 0 0 1%; }
.anliroll li a {display: block;overflow: hidden;font-size: 18px;position: relative; }
.anliroll li a h4 {overflow: hidden; }
.anliroll li a img { margin:0 auto;width:100%;display: block;transition: all .5s; }
.anliroll li a ol {background: #eee;color: #000;width:100%;z-index: 555;transition: all .2s;text-align: center;font-size:20px; line-height:20px;padding:10px;box-sizing: border-box;}
.anliroll li a ol i { margin:0 auto; width:70%;display: block;color: dimgray; border:1px solid #ccc; background-color:#fff;font-size: 15px; line-height:26px;margin-top: 15px; margin-bottom:10px; border-radius:5px;}
.anliroll li a ol i em{font-family:Impact; color:#666; font-size:18px; line-height:20px;}
.anliroll li:hover a ol i{background-color:#ff7800;border:1px solid #ff7800; color:#fff;}
.anliroll li a:hover ol i em{font-family:Impact; color:#fff;}
.anliroll li a ol a {color: #fff;font-size: 18px; }
.anliroll li a:hover img {transform: scaleX(1.1) scaleY(1.1); }


/*news*/
.news_box{margin:0px auto;padding-bottom:50px;}
.news_bt{margin:0px auto;width:85%; margin-bottom:40px;}
.news_div_item_a{font-family:"微软雅黑"; font-size:20px; line-height:30px; font-weight:bold;}
.nb_tab{font-size:0;text-align:center; float:right;}
.nb_tab a{width:171px;height:42px;background:#fff;display:inline-block;vertical-align:top;color:#333;box-shadow:0px 0px 20px #eee;border-radius:30px;margin-top:22px;}
.nb_tab a+a{margin-left:50px;}
.nb_tab a.cur{background:#049b32;color:#fff;background-size:400% 370%;box-shadow:0px 0px 10px rgb(146, 208, 81);}
.nb_tab a i,.nb_tab a b{display:inline-block;vertical-align:top;line-height:42px;}
.nb_tab a b{font-size:16px;font-weight:100;letter-spacing:1px;}
@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
.nbc_list+.nbc_list{display:none;}
.nbc_list{margin:0 auto; width:100%; height:auto; overflow:hidden; margin-top:50px;}
.nbcl_le{width:55%;}
.nbcl_le .news_div_item{width:42%;display: inline-block;vertical-align:top;border: 1px solid #e6e6e6;padding:16px;}
.nbcl_le .news_div_item:hover{background-color:#f9f9f9;box-shadow:0 0 21px #d2d2d2;}
.nbcl_le .news_div_item+.news_div_item{margin-left:26px;}
.nbcl_le .news_div_item_pic img{width:100%;height:auto; margin-top:30px;}
.news_div_item_title a{font-size:18px;}
.nbcl_le .news_div_item:hover a{color:#ff7800;}
.nbcl_le .news_div_item_body{margin-top:20px;line-height:30px;color:#68686a;font-size:15px;}
.nbcl_le .news_div_item_date,.new_more{display:inline-block;vertical-align:top;font-size:0;margin-top:25px;}
.nbcl_le .news_div_item_date>div{display:inline-block;vertical-align:top;color:#68686a;}
.new_more{width:24px;height:24px;border-radius:24px;border:1px solid #9a9899;background:url(img/n_more.png) no-repeat right center;float: right;margin-top:17px;}

.nbcr_ri{width:45%;}
.nbcr_ri .news_div_item_pic{display: none;}
.nbcr_ri .news_div_item{font-size:0;border-top:1px solid #e6e6e6;padding:35px 0;position:relative;transition:300ms;border-left:1px #e6e6e6 solid;border-right:1px #e6e6e6 solid;}
.nbcr_ri .news_div_item:hover{box-shadow:0 0 21px #d2d2d2;z-index:1;transition:300ms;}
.nbcr_ri .news_div_item_date,.nbcr_ri .news_div_item_content{display:inline-block;vertical-align:top;}
.nbcr_ri .news_div_item_date{width:20%;text-align:center;font-size:0; color:#ff7800;}
.nbcr_ri .news_div_item_content{width:70%;padding-left:20px;border-left:1px solid #f3f3f3; font-weight: 100;}
.nbcr_ri .news_div_item_date>div{font-family:Arial;}
.nbcr_ri .news_div_item_year,.nbcr_ri .news_div_item_month{display:inline-block;vertical-align:top;color:#565656;  font-size: 14px;}
.nbcr_ri .news_div_item_day{font-size:47px;font-weight:bold;line-height: 55px;}
.nbcr_ri .news_div_item_body{margin-top:10px;line-height:25px;color:#68686a;padding-right:20px;font-size:15px;}
.nbcr_ri .news_div_item:nth-child(3){border-bottom:1px #e6e6e6 solid;}
.new_t{float:left; }
.new_ta{font-size:40px;color:#333;line-height:46px;display:block;width:400px;margin:auto;}
.new_ta span{font-weight:bold;}
.new_tb{font-size:20px;color:#666;line-height:40px;}


/*------------简介---------*/
.about{ width:auto; height:auto;background:url(img/aboutbj.jpg) top center no-repeat; text-align:center; font-family:"微软雅黑"; padding-top:540px; overflow:hidden;}
.about h2{ font-size:50px; color:#343434; line-height:50px; font-weight:normal;}
.about p{ font-size:18px; color:#666; line-height:30px; padding-top:70px;}

/*------------cf----------*/
#featureContainer {
	MARGIN: 0px auto; WIDTH:1320px; margin-top:40px;
}
#wrap {
	OVERFLOW: hidden
}

#feature {
	POSITION: relative;
}
#feature .button {
	BORDER-BOTTOM: #999 0px dotted; POSITION: absolute; BORDER-LEFT: #999 0px dotted; WIDTH:1240px; BORDER-TOP: #999 0px dotted; TOP: 72px; BORDER-RIGHT: #999 0px dotted; LEFT: 0px
}
#feature .prev {
	BORDER-BOTTOM: #999 0px dotted; BORDER-LEFT: #999 0px dotted; TEXT-INDENT: -9999px; WIDTH: 30px; DISPLAY: block; BACKGROUND: url(img/feature_left.gif) center top; FLOAT: left; HEIGHT: 48px; BORDER-TOP: #999 0px dotted; TOP: -50px; BORDER-RIGHT: #999 0px dotted
}
#feature .next {
	BORDER-BOTTOM: #999 0px dotted; BORDER-LEFT: #999 0px dotted; TEXT-INDENT: -9999px; WIDTH: 30px; DISPLAY: block; BACKGROUND: url(img/feature_right.gif) center top; FLOAT: right; HEIGHT: 48px; BORDER-TOP: #999 0px dotted; TOP: -50px; BORDER-RIGHT: #999 0px dotted
}
#feature .prev:hover {
	BACKGROUND-POSITION: center bottom
}
#feature .next:hover {
	BACKGROUND-POSITION: center bottom
}
.featureUL {
	BORDER-BOTTOM: #000 0px dotted; POSITION: relative; BORDER-LEFT: #000 0px dotted; PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH:1260px; PADDING-RIGHT: 0px; FLOAT: left; BORDER-TOP: #000 0px dotted; BORDER-RIGHT: #000 0px dotted; PADDING-TOP: 0px; LEFT: 0px
}
.featureBox {
	BORDER-BOTTOM: #999 0px dotted; BORDER-LEFT: #999 0px dotted; WIDTH:330px; BACKGROUND-REPEAT: no-repeat; FLOAT: left; HEIGHT:340px; OVERFLOW: hidden; BORDER-TOP: #999 0px dotted; BORDER-RIGHT: #999 0px dotted; PADDING-TOP: 10px; text-align: center; font-family:"微软雅黑"; font-size:15px; line-height:40px;
}
#botton-scroll {
	Z-INDEX: 0; BORDER-BOTTOM: #999 0px dotted; BORDER-LEFT: #999 0px dotted; MARGIN: 0px auto; WIDTH:1320px !important; FLOAT: left; HEIGHT: 300px; BORDER-TOP: #999 0px dotted; BORDER-RIGHT: #999 0px dotted
}
#block {
	Z-INDEX: 0; BORDER-BOTTOM: #999 0px dotted; POSITION: relative; BORDER-LEFT: #999 0px dotted; PADDING-BOTTOM: 20px; MARGIN: 0px auto; PADDING-LEFT: 0px; WIDTH: 1320px; PADDING-RIGHT: 0px; HEIGHT: auto; FONT-SIZE: 70%; OVERFLOW: hidden; BORDER-TOP: #999 0px dotted; BORDER-RIGHT: #999 0px dotted; PADDING-TOP: 0px
}
#block .box {
	 MARGIN: 0px 10px; WIDTH:320px; FLOAT: left; HEIGHT:340px;
}
#block .box ol{ text-align:center;}
#block .box .feature-title {
	FONT-SIZE: 140%; FONT-WEIGHT: normal
}
#block .box .feature-thumb {
	WIDTH:260px; MARGIN-BOTTOM: 5px; FLOAT: left; HEIGHT: 340px;
}

#block .box  a img {width: 100%;display: block;transition: all .7s; }
#block .box  a:hover img {transform: scaleX(0.9) scaleY(0.9); }





/*------------foot----------*/
.h_ft{ height:454px; background: url(img/ftbg.jpg) no-repeat center top;padding-top: 74px;box-sizing: border-box;}
.h_ft .m_fnav{float: left;height:290px; }
.h_ft .m_fnav dl{float: left;position: relative;}
.h_ft .m_fnav dl:before{content: "";position: absolute;width:1px;height: 220px;background: rgba(255,255,255,.2);right:0;top:7px;}
.h_ft .m_fnav dl:nth-child(1){width:200px;margin-right:60px;}
.h_ft .m_fnav dl:nth-child(2){width:180px;margin-right:60px;}
.h_ft .m_fnav dl:nth-child(3){width:280px;margin-right: 10px;}
.h_ft .m_fnav dt a{display: block;height: 40px;line-height: 40px;font-size:18px;color:#fff;background: url(img/ftico.png) no-repeat 115px 15px;margin-bottom: 12px;}
.h_ft .m_fnav dd a{ width:130px;display: block;line-height: 30px;font-size:14px;color:#888;}
.h_ft .m_fnav dd a:hover{color:#0fffff;}
.h_ft .m_fnav dl:nth-child(1){animation-delay: 0.1s;}
.h_ft .m_fnav dl:nth-child(2){animation-delay: 0.2s;}
.h_ft .m_fnav dl:nth-child(3){animation-delay: 0.3s;}
.h_ft .f_er{width:220px; height:auto; overflow:hidden; padding-top:20px;}
.h_ft .f_er li{ margin:0 auto; width:90px; padding:10px;background: rgba(255,255,255,.2); text-align:center; float:left;}
.h_ft .f_er li img{width:100%;}
.h_ft .f_er li p{color:#fff; font-family:"微软雅黑"; font-size:14px; line-height:20px; padding-top:10px;}
.f_lx{float: right;width:326px;animation-delay: 0.4s;}
.f_lx h3 a{display: block;height: 40px;line-height: 40px;font-size:18px;color:#fff;background: url(img/ftico.png) no-repeat 185px 15px;margin-bottom: 12px;}
.f_lx h4{height:80px;font-size:14px;color:#888;font-weight: normal; }
.f_lx h4 b{display: block;font-size:40px;color:#0fffff;line-height:40px;}
.f_lx p{font-size:14px;line-height: 24px;color:#888;}

.copyr{font-size:14px;color:#888; border-top:1px solid rgba(255,255,255,.2); padding-top:20px;}
.copyr a{color:#888;}
.copyr a:hover{color:#0fffff;}

/* 底部固定导航 */


.go_top{display: none;background:url(img/top.png) center center/50% no-repeat;width:40px;height:40px;cursor:pointer;text-align: center;background-color:#fdae05;border-radius:50%;position: fixed;right:6px;bottom:100px;z-index:99999999999;}

.fixed_footer, .wap_show{display: none;}
.mobile .fixed_footer{display: none;background-color:rgba(255,120,0,0.85);height:50px;position: fixed;bottom:30px;left:50%;margin-left:-46%;z-index:999;width:92%;border-radius:10px;}
@media (min-width:640px){.mobile .fixed_footer{width:640px !important;left:50%;margin-left:-320px;}}
.mobile .fixed_footer a{float: left;width:33.33%;text-align: center;}
.mobile .fixed_footer img{display: inline-block;height:24px;margin:5px 0 0;}
.mobile .fixed_footer strong{color:#fff;font-size:12px;display: block;height:20px;line-height:20px;}

@media( max-width:1210px ){
	.fixed_right, .footer .three, .footer .one, .footer .nav {display: none;}
	.mobile .fixed_footer{display: block;}
	.footer .two{width:100%;margin:0;}
	}


.ph-bq{
  margin-bottom:43px;
  padding:9px 15px 15px 15px;
  font-size: 15px;
  color: #ffba00;
  text-align: center;
  line-height: 150%;
  background-color: #434343;
}
.ph-bq p,
.ph-bq p a,
.ph-bq a{
  font-size: 15px;
  color: #ffba00;
  text-align: center;
  line-height: 150%;
}
.ph-bq img{
  display: block;
  margin:0 auto;
  margin-top: 10px;
}

 /*ph页脚*/

.ph-foot{
  position: fixed;
  bottom:0px;
  left: 0px;
  padding-bottom:10px;
  width: 100%;
  background-color: #5e5d5d;
  overflow: hidden;
  border-top:1px solid #fff;
  border-radius: 15px 15px 0px 0px;
}
.ph-foot li{
  float: left;
  padding:10px 0px;
  width: 25%;
  height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.ph-foot li img{
  display: block;
  margin:0 auto;
  width: 25%;
}
.ph-foot li p{
  display: block;
  margin-top:15px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}


/* 内页 */
.padding0-sm-mini{padding:0px;}
.ny-about{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nyabout.jpg) top center no-repeat;
}
.ny-manager{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nymanager.jpg) top center no-repeat;
}
.ny-culture{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nyculture.jpg) top center no-repeat;
}
.ny-lxwm{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nylxwm.jpg) top center no-repeat;
}
.ny-pic{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nypic.jpg) top center no-repeat;
}
.ny-factory{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nyfactory.jpg) top center no-repeat;
}
.ny-case{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nycase.jpg) top center no-repeat;
}
.ny-honor{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nyhonor.jpg) top center no-repeat;
}
.ny-news{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nynews.jpg) top center no-repeat;
}

.a_ys{ margin:0 auto;width:85%;margin-top:50px;}
.a_ys dl{width:195px;height:195px;float:left; margin-left:5%; margin-right:2%;text-align:center;padding-top:50px;border-radius:50%;background: #000;}
.a_ys .dl1{background:url(img/a_ys1.jpg) no-repeat center;}
.a_ys .dl2{background:url(img/a_ys2.jpg) no-repeat center;}
.a_ys .dl3{background:url(img/a_ys3.jpg) no-repeat center}
.a_ys .dl4{background:url(img/a_ys5.jpg) no-repeat center}
.a_ys dt{font-size:40px;font-family:'DIN';color:#fff;line-height:56px;}
.a_ys .dd1{width:4px;height:24px;background:#ff7800;margin:20px auto;}
.a_ys .dd2{font-size:16px;color:#fff;padding:0 40px;line-height:26px;}
.by{width:700px;height:62px;text-align:center;line-height:62px;margin:60px auto 0 auto;font-size:36px; font-weight:bold;letter-spacing:6px;border-radius:30px;transition: all 0.3s;background: #049b32;color: #fff;}
.a_ys dl:nth-child(5){margin-right:0px !important;}
.tr_wh{margin:0 auto; width:1000px; height:auto; text-align:left; padding-top:50px;}
.jt-page{
  width: 100%;
  height: 80px;
  background-color: #fff;
  font-size: 0;
  border-bottom: 1px solid #eaeaea;
}
.ny-top{
	width: 100%;
	height: auto;
}

.jt-ny-tit{
  position: relative;
  height: 400px;
}
.jt-ny-tit h2{
  position: absolute;
  bottom:0px;
  left:0px;
  width: 200px;
  height: 50px;
  background-color: #ff7800;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 26px;
}


.ny-pagemenu{
  text-align:left;
}
.ny-pagemenu li{
  margin:0px;
  padding:0px;
  position: relative;
  display: inline-block;
  padding: 0 12px;
}
.ny-pagemenu li a{
  display: block;
  color: #666;
  font-size: 15px;
  padding: 29px 5px;
}
.ny-pagemenu li:after{
  content: "";
  position: absolute;
  bottom:0px;
  left:50%;
  width: 0px;
  height:2px;
  background-color: #ff7800;
  transition: all 0.3s ease-out;
}
.ny-pagemenu li:hover:after{
  width: 63px;
  left:16px;
}
.ny-pagemenu li:hover a{
  color: #ff7800;
}
.ny-pagemenu-ov:after{
  width: 63px !important;
  left:16px !important;
}
.ny-pagemenu-ov a{
   color: #ff7800 !important;
   font-weight: bold;
}
.ny-loc{
  margin-top: 28px;
  font-size: 14px;
  text-align: right;
  float:right;
}
.ny-loc i{
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px;
}
.ny-loc em{
  display: inline-block;
  background: url(img/location-li.png) no-repeat;
  width: 3px;
  height: 5px;
  margin: 0 10px;
  position: relative;
  top: -2px;
}
.ny-loc a {
  display: inline-block;
    color: #6a6a6a;
    font-weight: bold;
}
.ny-loc span {
  padding-left:3px;
  font-size: 14px;
  color: #6a6a6a;
}
.ny-loc p:last-child{
  color: #6a6a6a;
    font-weight: bold;
}




/*--首页栏目--*/

.nyzw{margin:0 auto; width:1300px; height:auto; font-family:"微软雅黑"; font-size:15px; color:#434343; padding-bottom:50px; line-height:28px;text-align:left;overflow:hidden;}

.nycpfl{ margin:0 auto; width:1280px; height:auto; margin-top:30px; overflow:hidden;}
.lx-nyzw{margin:0 auto; width:1280px; height:auto; font-family:"微软雅黑"; font-size:15px; color:#434343; line-height:28px;text-align:left;padding-top:50px;padding-bottom:50px;overflow:hidden;}


.ny-news01{width:100%;height: auto;}
.ny-news01 li{
  padding:20px;
  width:46%;
  margin:2%;
  float:left;
  background-color:#f9f9f9;
  border-bottom:3px solid #f9f9f9;
  overflow: hidden;
}
.ny-news01 li:hover{border-bottom:3px solid #ccc;transition: all 0.3s ease-out;}
.ny-news01 li .tu1{
	float: left;
	width: 200px;
	height: 145px;
	overflow: hidden;
}
.ny-news01 li .tu1 img{
	width: 200px;
	height: 145px;
	overflow: hidden;
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.ny-news01 li:hover .tu1 img{
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out;
}
.ny-news01 li .l01{
  width:120px;
  height:30px;
  margin-top:5px;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
}
.ny-news01 li .l01 .n-day{
  width: 100%;
  height:20px;
  font-size:14px;
  color: #ccc;
  text-align: left;
  line-height:20px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}
.ny-news01 li:hover .l01 .n-day{color: #888;}
.ny-news01 li .l01 .n-month{
  width: 100%;
  font-size: 15px;
  color: #555;
  text-align: center;
  letter-spacing: 0px;
}
.ny-news01 li .r01{
  float: left;
  width:60%;
  padding-left:20px;
  height: auto;
}
.ny-news01 li .r01 a h2{
  display: block;
  width: 100%;
  height: auto;
  overflow:hidden;
  font-size:16px;
  line-height:26px;
  font-weight:normal;
  color: #434343;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.ny-news01 li .r01 a h2 span{color:#e60002; font-weight:normal; margin-right:10px;}
.ny-news01 li .r01 p{
  display: block;
  width: 100%;
  height:56px;
  font-size: 14px;
  color: #888;
  padding-top:10px;
  letter-spacing: 0px;
  line-height: 150%;
  overflow: hidden;
}
.ny-news01 li .more{width:120px; height:30px; border:1px solid #ccc;text-align:center; }
.ny-news01 li .more a{ font-family: Arial, Helvetica, sans-serif; font-size:16px; color:#ccc;}
.ny-news01 li:hover .more{background-color:#666;transition: all 0.3s ease-in-out;}

/*新闻详情页样式*/
.newszwbj{ width:auto; height:auto; overflow:hidden;}
.new-cont-h1{text-align:center; font-family:"微软雅黑"; font-size:30px; line-height:40px;color:#535353; border-bottom:1px solid #ccc; font-weight:normal;}
.new-xq{
  margin:0px auto;
  margin-top:30px;
  width:100%;
  height: auto;
  overflow:hidden;
}
.new-xq-l{
  width:100%;
  height:auto;
  text-align:left;
  
}
.new-xq-l .date1{
  width: 100%;
  height: auto;
  text-align: left;
}
.new-xq-l .date1 .year1 {
  font-size: 20px;
  color: #000;
  line-height:30px;
  font-family: "微软雅黑";
  font-weight:normal;
  text-align: center;
}
.new-xq-l .date1 .year1 span{
  position: absolute;
  z-index:2;
  display:block;
  font-size:15px;
  color: #b2b2b2;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px; 

}
.new-xq-l .date1:before{
  content: "";
  display: block;
  width: 100%;
  height:30px;
  position: absolute;
  left: 0;
  z-index:1;
}
.new-xq-l .date2{
  margin-top: 32px;
  text-align: center;
  font-size: 34px;
  line-height: 120%;
  color: #27cbf1;
  font-family:Impact;
  letter-spacing: 0px;
}
.new-xq-l .read1{
  position:relative;
  z-index:22222;
  width:120px;
  font-size:13px;
  padding-top:0px;
  text-align: center;
  background-color:#efeeee;
  color: #888;
  letter-spacing: 0px;
  float:right;
 
}
.new-xq-l .read1 strong{
  font-weight: bold;
}
.new-xq-r{
  margin:0 auto;
  padding:10px;
  width:auto;
  height:auto;
  margin-bottom:30px;
  text-align:center;
  background-color:#efeeee;
  overflow: hidden;
}
.new-xq-r p{
  display: block;
  height: auto;
  font-size: 14px;
  color: #666;
  text-align:left;
  line-height: 170%;
  letter-spacing: 0px;
  overflow: hidden;
}
.new-xq-r p p{
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
}


.ny-l01 {
    float: left;
    width: 250px;
}
.ny-r01 {
    float: right;
    width: 956px;
}
.ny-l-fenlei{
  padding:20px 15px 50px 15px;
  background-color: #043d77;
  border-radius: 15px;
}
.ny-l-fenlei .ny-fl-tit{
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.ny-l-fenlei .line01{
  margin:0 auto;
  margin-top: 15px;
  width: 60%;
  height: 5px;
  background-color: #fff;
}
.ny-fenlei1{
  height: auto;
  overflow: hidden;
}
.ny-fenlei1 dt a{
  display: block;
  margin:15px 0px;
  width: 100%;
  height: 30px;
  background-color: #fbe000 ;
  font-size: 17px;
  color: #000;
  text-align: center;
  line-height: 30px;
  border-radius: 20px;
}
.ny-fenlei1 dd a{
  display: block;
  padding:3px;
  width: 100%;
  border-bottom:1px dashed #5084b5;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.ny-fenlei1 dd a:hover{
  background-color: #039de5;
  color: #fff;
}
.ny-fenlei1-hover{
  background-color: #facd00 !important;
  color: #525252 !important;
}


/*====================1550====================*/
@media screen and (min-width: 768px) and (max-width: 1680px){
#header .logo{width:25%;}
#l-nav{width:53%;}
#l-nav .navUl{ margin:0 auto;width:100%;font-size:0;}
#l-nav .tNav .navName{font-size:16px;padding:2.1rem .1vw}
#header .topdh{padding-bottom:27px;}
#header .topdh p{font-size:24px; line-height:40px;}

}

/*====================1550====================*/
@media screen and (min-width: 768px) and (max-width: 1440px){
#header .logo{width:30%;}
#l-nav{width:50%;}
#l-nav .navLi{width:10%;}
#l-nav .navUl{ margin:0 auto;width:100%;font-size:0;}
#l-nav .tNav .navName{font-size:16px;padding:2.1rem .1vw}
#header .topdh{padding-bottom:27px;}
#header .topdh p{font-size:24px; line-height:40px;}

}


/*====================手机====================*/
@media only screen and (max-width: 768px){
	.topbj{height:auto; padding-bottom:10px;position: relative; background-color:#000; overflow:hidden;}
	#header{height:auto; overflow:hidden;}
	#header .logo{width:85%; height:auto; padding-left:1%;}
	#header img{width:100%;}
	#l-nav{display: none;}
	.topdh{display: none;}
	.nav_show{padding-top:120px;}
	#banner{display: none;}
	.pro-one{padding-top:0px;}
	.sylm{ width:auto; height:auto;padding:10px; margin-top:30px;}
	.sylm_e{font-size:28px; line-height:36px;}
	.sylm_b{font-size:30px; margin-top:-60px;}
	.linx{margin:20px auto 0;}
	.w1300{width:auto;}
	.pro-one dl{margin-top:20px;}
	.pro-one dl dt{width:auto; height:360px; overflow:hidden;}
	.pro-one dl dt img{ width:100%; height:100%;}
	.pro-one dl dd{width:100%; height:auto; padding:10px; float:none; position: inherit; overflow:hidden;}
	.pro-one dl dd .tit{ height:130px;}
	.pro-one dl dd .tit .left{width:100px; height:100px;}
	.pro-one dl dd .tit .left h4{height:80px; padding-top:16px;}
	.pro-one dl dd .tit .left h4 em{height:auto; line-height:36px; padding-top:0px;}
	.pro-one dl dd .tit .rig{width:70%;}
	.pro-one dl dd .tit .rig span{font-size:16px; height:40px; line-height:40px; margin-bottom:5px;}
	.pro-one dl dd .pro-bd{display: none;}
	
	.pro-two dl{height:500px;}
	.pro-two dl dt{width:auto; height:360px; float:none; margin-right:0px; overflow:hidden;}
	.pro-two dl dt img{ width:100%; height:100%;}
	.pro-two dl dd{width:100%; height:auto; padding:10px;position: inherit; overflow:hidden;}
	.pro-two dl dd .tit{ height:130px;}
	.pro-two dl dd .tit .left{width:100px; height:100px;}
	.pro-two dl dd .tit .left h4{height:80px; padding-top:16px;}
	.pro-two dl dd .tit .left h4 em{height:auto; font-size:24px; line-height:36px; padding-top:0px;}
	.pro-two dl dd .tit .rig{width:66%; margin-left:20px;}
	.pro-two dl dd .tit .rig p em{font-size:13px; line-height:20px; height:20px;}
	.pro-two dl dd .tit .rig span{font-size:16px; height:40px; line-height:40px; margin-bottom:5px;}
	.pro-two dl dd .pro-bd{display: none;}
	
	.pro-bot .pro-nav ul li{width:31%; height:35px; line-height:35px; background-color:#434343; margin:1%;}
	.pro-bot .pro-nav ul li a{color:#fff; font-size:16px;}
	.pro-bot .pro-nav ul li:before{display: none;}
	.pro-bot .pro-nav ul li:last-child a{background:url(img/pro-jia.png) no-repeat 90%}
	.pro-bot .pro-con{height:200px;}
	
	.anlirol2 {height:auto;width:100%;}
	.anlirol2 li {float: left;width:48%; padding-bottom:10px; border:1px solid #f2f2f2;background: #eee; border-radius: 0px 0px 10px 10px;margin: 1% 0 0 1%; }
	.anlirol2 li a {display: block;overflow: hidden;font-size: 18px;position: relative; }
	.anlirol2 li a h4 {overflow: hidden; }
	.anlirol2 li a img { margin:0 auto;width:100%;display: block;transition: all .5s; }
	.anlirol2 li a ol {background: #eee;color: #000;width:100%;z-index: 555;transition: all .2s;text-align: center;font-size:15px; line-height:20px;padding:5px;box-sizing: border-box;}
	.anlirol2 li a ol a {color: #fff;font-size:15px;}
	.anlirol2 li a:hover img {transform: scaleX(1.1) scaleY(1.1); }
	.s-more{margin:0 auto; width:60%; padding:5px; height:25px; text-align:center;background-color:#434343;border-radius:15px;}
	.s-more a{font-size:14px !important;color:#ff7800; line-height:15px;}
	.casebj{display: none;}
	.til03{height:auto; color:#fff;}
	.til03 p{font-size:16px;}
	
	.anliroll {height:auto;width:100%;}
	.anliroll li {float: left;width:48%; padding-bottom:10px; border:1px solid #f2f2f2;background: #eee; border-radius: 0px 0px 10px 10px;margin: 1% 0 0 1%; }
	.anliroll li a ol i{display: none;}
	.anliroll li a ol{font-size:16px;}
	
	.news_bt{width:95%; margin-bottom:0px;}
	.nbcl_le{width:auto;}
	.nbcl_le .news_div_item{width:auto;}
	.nbcl_le .news_div_item_body{line-height:22px; margin-top:10px; font-size:14px;}
	.nbcl_le .news_div_item+.news_div_item{margin-left:0px; margin-top:10px;}
	.nbcr_ri{width:auto; margin-top:10px;}
	.nbcr_ri .news_div_item{padding:10px 0;}
	
	.about{background-size:200% auto;padding-top:200px;}
	.about h2{font-size:30px;}
	.about p{font-size:16px; padding:10px; line-height:26px;}
	#featureContainer{display: none;}
	
	
	.h_ft{height:auto; margin-top:20px; padding:10px; padding-bottom:80px; background:url(img/ftbg.jpg) bottom center no-repeat #1a1a1a;}
	.h_ft .m_fnav{height:auto; width:auto;}
	.h_ft .m_fnav dl:nth-child(1){width:50%; margin-right:0px;}
	.h_ft .m_fnav dl:nth-child(2){width:50%; margin-right:0px;}
	.h_ft .m_fnav dl:before{display: none;}
	.f_lx{float:left;}
	
	
	
	.nyzw-dh{ margin-top:10px; padding-right:7%;}
	.nyzw-dh li{ width:80px;margin-bottom:10px;}
	.nyzw-right{width:100%; padding:5px;}
	.nyzw-right li{ margin:0.5%; padding-top:2px;text-align:center; background-color:#0052C2; float:left;}

	.ny-about{ height:180px;background-size:200% auto;}
	.ny-manager{ height:180px; background-size:200% auto;}
	.ny-culture{ height:180px; background-size:200% auto;}
    .ny-lxwm{height:180px;background-size:200% auto; }
	.ny-pic{height:180px;background-size:200% auto; }
	.ny-factory{height:180px;background-size:200% auto; }
	.ny-case{height:180px;background-size:200% auto; }
	.ny-honor{height:180px;background-size:200% auto; }
	.ny-news{height:180px;background-size:200% auto; }
    .jt-page{ width: 100%; height: 80px; background-color: #fff; font-size: 0; border-bottom: 1px solid #eaeaea;}
    .ny-top{width: 100%;height: auto;}
	.jt-ny-tit{position: relative; height:156px;}
	.jt-ny-tit h2{width:140px; height:35px; font-size:20px; line-height:35px;}
	.ny-loc{display: none;}
	.a_ys{width:auto;}
	.a_ys dl{width:140px; height:140px; margin:4.5%;}
	.a_ys dt{font-size:30px; line-height:40px;}
	.tr_wh{width:auto; padding-top:0px;}

	
	.nywh{display: none;}
	.nyry{display: none;}
	
	.nyzw{width:auto;padding:10px;}
	.sf{display: none;}
	.showleft{display: none;}
	
	.ny-news01{width:auto}
	.ny-news01 li{width:auto;}
	.ny-news01 li .tu1{width:100%; margin-bottom:10px;}
	.ny-news01 li .r01{width:100%; padding-left:0px;}
	.ny-news01 li .l01{display: none;}
	.ny-news01 li .r01 a h2{font-size:14px; font-weight:bold;}
	
	.new-xq-l{display: none;}
	.new-xq-r{display: none;}
	.new-xq-r p{
	  width:100%;
	}
   .lx-nyzw{width:auto;padding-top:10px;}

	

	/*系统原样式修改*/
	.min_box_content{display: noe;}
	.showpics{margin:3% !important;}
    ul.love1 li{width:23%;}
	ul.love1 li a img{height:70px;}
}


/*====================平板====================*/
@media screen and (min-width: 768px) and (max-width: 1200px){
	
	.topbj{height:auto; padding-bottom:10px;position: relative; background-color:#000; overflow:hidden;}
	#header{height:auto; overflow:hidden;}
	#header .logo{width:85%; height:auto; padding-left:1%;}
	#header img{width:100%;}
	#l-nav{display: none;}
	.topdh{display: none;}
	#banner{display: none;}
	.nav_show{padding-top:180px;}
	.pro-one{padding-top:0px;}
	.sylm{ width:auto; height:auto;padding:10px; margin-top:30px;}
	.sylm_e{font-size:28px; line-height:36px;}
	.sylm_b{font-size:50px; margin-top:-60px;}
	.linx{margin:20px auto 0;}
	.w1300{width:auto;}
	.pro-one dl{ width:auto;margin-top:20px;}
	.pro-one dl dt{width:auto; height:360px; overflow:hidden;}
	.pro-one dl dt img{ width:100%; height:100%;}
	.pro-one dl dd{width:100%; height:auto; padding:10px; float:none; position: inherit; overflow:hidden;}
	.pro-one dl dd .tit{ height:130px;}
	.pro-one dl dd .tit .left{width:100px; height:100px;}
	.pro-one dl dd .tit .left h4{height:80px; padding-top:16px;}
	.pro-one dl dd .tit .left h4 em{height:auto; line-height:36px; padding-top:0px;}
	.pro-one dl dd .tit .rig{width:70%;}
	.pro-one dl dd .tit .rig span{font-size:16px; height:40px; line-height:40px; margin-bottom:5px;}
	.pro-one dl dd .pro-bd{display: none;}
	
	.pro-two dl{height:500px;}
	.pro-two dl dt{width:auto; height:360px; float:none; margin-right:0px; overflow:hidden;}
	.pro-two dl dt img{ width:100%; height:100%;}
	.pro-two dl dd{width:100%; height:auto; padding:10px;position: inherit; overflow:hidden;}
	.pro-two dl dd .tit{ height:130px;}
	.pro-two dl dd .tit .left{width:100px; height:100px;}
	.pro-two dl dd .tit .left h4{height:80px; padding-top:16px;}
	.pro-two dl dd .tit .left h4 em{height:auto; font-size:24px; line-height:36px; padding-top:0px;}
	.pro-two dl dd .tit .rig{width:66%; margin-left:20px;}
	.pro-two dl dd .tit .rig p em{font-size:13px; line-height:20px; height:20px;}
	.pro-two dl dd .tit .rig span{font-size:16px; height:40px; line-height:40px; margin-bottom:5px;}
	.pro-two dl dd .pro-bd{display: none;}
	
	.pro-bot .pro-nav ul li{width:31%; height:35px; line-height:35px; background-color:#434343; margin:1%;}
	.pro-bot .pro-nav ul li a{color:#fff; font-size:16px;}
	.pro-bot .pro-nav ul li:before{display: none;}
	.pro-bot .pro-nav ul li:last-child a{background:url(img/pro-jia.png) no-repeat 90%}
	.pro-bot .pro-con{height:200px;}
	
	.anlirol2 {height:auto;width:100%;}
	.anlirol2 li {float: left;width:48%; padding-bottom:10px; border:1px solid #f2f2f2;background: #eee; border-radius: 0px 0px 10px 10px;margin: 1% 0 0 1%; }
	.anlirol2 li a {display: block;overflow: hidden;font-size: 18px;position: relative; }
	.anlirol2 li a h4 {overflow: hidden; }
	.anlirol2 li a img { margin:0 auto;width:100%;display: block;transition: all .5s; }
	.anlirol2 li a ol {background: #eee;color: #000;width:100%;z-index: 555;transition: all .2s;text-align: center;font-size:15px; line-height:20px;padding:5px;box-sizing: border-box;}
	.anlirol2 li a ol a {color: #fff;font-size:15px;}
	.anlirol2 li a:hover img {transform: scaleX(1.1) scaleY(1.1); }
	.s-more{margin:0 auto; width:60%; padding:5px; height:20px; text-align:center;background-color:#434343;border-radius:15px;}
	.s-more a{font-size:14px !important;color:#ff7800; line-height:20px;}
	.casebj{display: none;}
	.til03{height:auto; color:#fff;}
	.til03 p{font-size:16px;}
	
	.anliroll {height:auto;width:100%;}
	.anliroll li {float: left;width:48%; padding-bottom:10px; border:1px solid #f2f2f2;background: #eee; border-radius: 0px 0px 10px 10px;margin: 1% 0 0 1%; }
	.anliroll li a ol i{display: none;}
	
	.news_bt{width:95%; margin-bottom:0px;}
	.nbcl_le{width:auto;}
	.nbcl_le .news_div_item{width:auto;}
	.nbcl_le .news_div_item_body{line-height:22px; margin-top:10px; font-size:14px;}
	.nbcl_le .news_div_item+.news_div_item{margin-left:0px; margin-top:10px;}
	.nbcr_ri{width:auto; margin-top:10px;}
	.nbcr_ri .news_div_item{padding:10px 0;}
	
	.about{background-size:200% auto;padding-top:200px;}
	.about h2{font-size:30px;}
	.about p{font-size:16px; padding:10px; line-height:26px;}
	#featureContainer{display: none;}
	
	
	.h_ft{height:auto; margin-top:20px; padding:10px; padding-bottom:80px; background:url(img/ftbg.jpg) bottom center no-repeat #1a1a1a;}
	.h_ft .m_fnav{height:auto; width:auto;}
	.h_ft .m_fnav dl:nth-child(1){width:50%; margin-right:0px;}
	.h_ft .m_fnav dl:nth-child(2){width:50%; margin-right:0px;}
	.h_ft .m_fnav dl:before{display: none;}
	.f_lx{float:left;}
	
	
	
	.nyzw-dh{ margin-top:10px; padding-right:7%;}
	.nyzw-dh li{ width:80px;margin-bottom:10px;}
	.nyzw-right{width:100%; padding:5px;}
	.nyzw-right li{ margin:0.5%; padding-top:2px;text-align:center; background-color:#0052C2; float:left;}

	.ny-about{ height:180px;background-size:100% auto;}
	.ny-manager{ height:180px; background-size:100% auto;}
	.ny-culture{ height:180px; background-size:100% auto;}
    .ny-lxwm{height:180px;background-size:100% auto; }
	.ny-pic{height:180px;background-size:100% auto; }
	.ny-factory{height:180px;background-size:100% auto; }
	.ny-case{height:180px;background-size:100% auto; }
	.ny-honor{height:180px;background-size:100% auto; }
	.ny-news{height:180px;background-size:100% auto; }
    .jt-page{ width: 100%; height: 80px; background-color: #fff; font-size: 0; border-bottom: 1px solid #eaeaea;}
    .ny-top{width: 100%;height: auto;}
	.jt-ny-tit{position: relative; height:156px;}
	.jt-ny-tit h2{width:140px; height:35px; font-size:20px; line-height:35px;}
	.ny-loc{display: none;}
	.a_ys{width:auto;}
	.a_ys dl{width:140px; height:140px; margin:3%;}
	.a_ys dt{font-size:30px; line-height:40px;}
	.tr_wh{width:auto; padding-top:0px;}


    .ny-news01{width:auto}
	.ny-news01 li{width:46%;}

	#nycpzs{width:100%; padding:10px;}
	.nyzw{width:auto;margin-top:10px;}
	.new-xq-l{display: none;}
	.new-xq-r{width:26%; padding:5px;}
	.new-xq-r p{
	  width:100%;
	}
	.lx-nyzw{width:auto;padding-top:10px;}
}


/*====================PC====================*/
@media only screen and (min-width: 1200px){
	.sj-banner{display: none;}
	.s-menu{display: none;}
	.ph-bq{display: none;}
	.ph-foot{display: none;}
	#ph-menu-tu{display: none;}
	.sjys{display: none;}
	.m_pro dd .s-more{display: none;}
	.anlirol2{display: none;}
	.sp_header{display: none;}
	
}


